home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Prog / Inst / Js02 / js02.exe / jscripts / screenv01.js < prev    next >
Encoding:
Text File  |  1999-10-09  |  139 b   |  5 lines

  1. var MyScreenWidth=0;
  2. function screen_width(){
  3.     if (screen.width > 700) MyScreenWidth=800;
  4.     if (screen.width < 700) MyScreenWidth=640;
  5. }